From 59a9eda5ae9d67806b4a50a4ca0bb558edbc3cfc Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Wilmet?= Date: Tue, 1 Nov 2016 15:51:21 +0100 Subject: [PATCH] docs: fix typos in GtkMenuShell --- gtk/gtkmenushell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c index 4430b4bf97..5ff12d322a 100644 --- a/gtk/gtkmenushell.c +++ b/gtk/gtkmenushell.c @@ -46,7 +46,7 @@ * clicks on one of its menuitems. When a menu is active, * passing the mouse over a submenu will pop it up. * - * There is also is a concept of the current menu and a current + * There is also a concept of the current menu and a current * menu item. The current menu item is the selected menu item * that is furthest down in the hierarchy. (Every active menu shell * does not necessarily contain a selected menu item, but if @@ -249,7 +249,7 @@ gtk_menu_shell_class_init (GtkMenuShellClass *klass) * @menushell: the object which received the signal * @direction: the direction to move * - * An keybinding signal which moves the current menu item + * A keybinding signal which moves the current menu item * in the direction specified by @direction. */ menu_shell_signals[MOVE_CURRENT] = -- 2.30.2